From: Richard M. Stallman Date: Mon, 29 Jul 2002 01:58:43 +0000 (+0000) Subject: Fix set-face-attribute example. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~55926 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=dbcff00c8ddf4b116d03e19859a318eb361f7049;p=emacs.git Fix set-face-attribute example. --- diff --git a/lispref/display.texi b/lispref/display.texi index 32a54622c5d..0d4cfd88f76 100644 --- a/lispref/display.texi +++ b/lispref/display.texi @@ -1643,8 +1643,8 @@ Thus, @example (set-face-attribute 'foo nil - :width :extended - :weight :bold + :width 'extended + :weight 'bold :underline "red") @end example